home *** CD-ROM | disk | FTP | other *** search
/ Champak 122 / Vol 122.iso / games / super_ma.swf / scripts / DefineButton2_258 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2011-01-06  |  181 b   |  9 lines

  1. on(press){
  2.    sonido = new Sound();
  3.    sonido.attachSound("pref");
  4.    sonido.start();
  5.    portada.gotoAndPlay(60);
  6.    portada.mano.gotoAndStop(1);
  7.    _root.gotoAndStop(4);
  8. }
  9.